CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - transpose matrix

搜索资源列表

  1. 5[1][1].4

    0下载:
  2. 两个稀疏矩阵的三元组a,b输出,转置,相加及相乘-Two sparse matrix triple a, b output, transpose, add and multiply
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:703
    • 提供者:夏馨
  1. CPP_MatrixProj

    0下载:
  2. 矩阵(Matrix)是一个数学概念,它具有以下行为: (1) 两个矩阵相加 (2) 两个矩阵相乘 (3) 一个矩阵转置 用面向对象编程思想实现-Matrix (Matrix) is a mathematical concept, it has the following acts: (1) the sum of two matrices (2) the two matrices (3) a matrix transpose thinking with the realizatio
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:11548
    • 提供者:廖龙云
  1. Matrixoperation

    0下载:
  2. 矩阵操作,有求逆,转置,等常用的功能,很有错的.-Matrix operation, the inverse, transpose, and other commonly used functions, very wrong.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1229
    • 提供者:cnng
  1. juzhen

    0下载:
  2. 矩阵的快速转置,是利用C++代码实现的。-Fast matrix transpose, using C++ code to achieve the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:1166
    • 提供者:
  1. matrix_transpose

    0下载:
  2. 本软件用bcb实现了矩阵转置运算,简单通俗,易于理解-This software is realized with bcb matrix transpose operation, simple and popular, easy to understand
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:7519
    • 提供者:gaojinrong
  1. juzhenjisuan

    0下载:
  2. 矩阵计算,包括矩阵相加、相减,相乘,还有求逆、转置,可直接调用-Matrices, including matrix addition, subtraction, multiplication, there is inverse, transpose, can be directly invoked
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2835
    • 提供者:zhao
  1. 12

    0下载:
  2. 用于矩阵地相乘,矩阵的转置以及逆矩阵的求法-For matrix multiplication, transpose and inverse matrix method of seeking
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1047109
    • 提供者:tlh
  1. minv

    0下载:
  2. 多维矩阵的转置功能,用于在2维及以上维数时,将某几维转置,实现相关功能-Multi-dimensional matrix transpose function, used in two-dimensional and higher dimensions, it will be a several-dimensional transpose
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:708
    • 提供者:doudou
  1. matrix_library

    0下载:
  2. A Stand-alone Library implemented in C to replicate all Matrix related operations in software. Using this library, the user can easily play around with matrices, like transpose, multiply, Inverse
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:8309
    • 提供者:Raviola
  1. single

    0下载:
  2. 一般性的奇异值分解算法,float浮点型。-SGGSVD computes the generalized singular value decomposition (GSVD) * of an M-by-N real matrix A and P-by-N real matrix B: * * U*A*Q = D1*( 0 R ), V*B*Q = D2*( 0 R ) * * where U, V and Q are orthogonal matric
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:36817
    • 提供者:muxihan
  1. sparematrix

    0下载:
  2. 稀疏矩阵转置算法,经常使用,可以用于复习数据结构-Sparse matrix transpose algorithm, frequently used data structures can be used to review
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:493774
    • 提供者:张元
  1. secondechaptermathematics

    0下载:
  2. game programming gems4中的数学部分代码,包括非均匀样条、协方差矩阵计算包围对象、雅克比转置等内容-the code of the math part of game programming gems4 , including non-uniform splines, surrounded by the covariance matrix calculation of object Jacobian transpose etc.
  3. 所属分类:Game Program

    • 发布日期:2017-04-09
    • 文件大小:1956819
    • 提供者:MEHU
  1. matix

    0下载:
  2. VC++中使用的矩阵类模板,实现矩阵存储,转置等问题。-VC++ matrix class template used to achieve matrix storage, transpose and other issues.
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:1080
    • 提供者:luolizi
  1. p03

    0下载:
  2. 1、编写并测试3×3矩阵转置函数,使用数组保存3×3矩阵 2、使用动态内存分配生成动态数组来重新完成上题,使用指针实现函数的功能。 3.写一个程序,定义基类车Vehicle,有Run,Stop等成员函数,由它派生出2个派生类:(自行车类)、(汽车类),从Bbicyce 、Motoracar派生出Motorcycle(摩托车类),它们都有Run,Stop等成员函数。注意虚函数的作用。 -1, to prepare and test the 3 × 3 matrix transpose
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1320
    • 提供者:月月
  1. crosslist

    1下载:
  2. 十字链表实现稀疏矩阵的运算 加法,乘法,转置 还有课程报告啊-Cross-linked to achieve sparse matrix operations addition, multiplication, transpose course there is the report of ah
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:277245
    • 提供者:jack
  1. 1111

    0下载:
  2. 该程序是一个矩阵转置。里面的内容是程序的基本框架。-The program is a matrix transpose. Inside the contents of the basic framework of a program.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5358
    • 提供者:02038829797
  1. juzheng

    0下载:
  2. 这是一个关于矩阵的程序,用VC编的,主要功能是用键盘输入9个数,然后利用程序的功能实现矩阵的转置。-This is a program on the matrix, compiled with the VC, the main function is to nine the number of keyboard input, then use the program' s ability to achieve the matrix transpose.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1075092
    • 提供者:海浪
  1. include3

    0下载:
  2. 写一个函数,将一个三乘以三的整形矩阵转置-Write a function, a Triyana with three plastic matrix transpose
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2073
    • 提供者:王之
  1. 5-2

    0下载:
  2. 用三元组存放输入的两个稀疏矩阵A34和B34,将稀疏矩阵A转置后与稀疏矩阵B相乘,结果存放三元组C,并输出结果-The triples store of the two input sparse matrix A34 and B34, the sparse matrix A transpose sparse matrix B after multiplying the result stored triple C, and output
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:882615
    • 提供者:安全卫士
  1. lab_6

    0下载:
  2. 1.使用动态内存分配生成动态数组来完成3*3矩阵转置函数 2.应用string类定义字符串,实现两个字符串的连接 3.修改实验4中的选做实验中的people类。具有如下属性:姓名char name[11],编号char[7],性别char sex[3],生日birthday,身份证char id[16]。其中“出生日期”定义为一个“日期”类内嵌函数对象,用成员函数实现对人员信息的录人和显示。要求包括:构造函数和析构函数,开呗构造函数,内联成员函数,聚集。在测试程序中定义people类的对
  3. 所属分类:Other windows programs

    • 发布日期:2016-01-24
    • 文件大小:1419
    • 提供者:YIDIANER
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 20 »
搜珍网 www.dssz.com